SPREAD for WPF 3.0J - GcSpreadSheet
CreateGradientFill(IStyles,Double,GradientStop[]) メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Extensions 名前空間 > StyleExtensions クラス > CreateGradientFill メソッド : CreateGradientFill(IStyles,Double,GradientStop[]) メソッド
グラデーション塗りつぶしを作成するGrapeCity.Spreadsheet.IStylesオブジェクト。
線形グラデーションの角度を示すSystem.Double値。
グラデーションストップを示すGrapeCity.Spreadsheet.GradientStop値。
線形グラデーション塗りつぶしを作成します。
シンタックス
'宣言
 
Public Overloads Shared Function CreateGradientFill( _
   ByVal styles As IStyles, _
   ByVal degree As System.Double, _
   ByVal gradientStops() As GradientStop _
) As Fill
public static Fill CreateGradientFill( 
   IStyles styles,
   System.double degree,
   GradientStop[] gradientStops
)

パラメータ

styles
グラデーション塗りつぶしを作成するGrapeCity.Spreadsheet.IStylesオブジェクト。
degree
線形グラデーションの角度を示すSystem.Double値。
gradientStops
グラデーションストップを示すGrapeCity.Spreadsheet.GradientStop値。

戻り値の型

作成されたグラデーション塗りつぶしを表すGrapeCity.Spreadsheet.Fill値。
参照

StyleExtensions クラス
StyleExtensions メンバ
オーバーロード一覧